home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac Easy 2010 May
/
Mac Life Ubuntu.iso
/
casper
/
filesystem.squashfs
/
usr
/
share
/
perl5
/
Debconf
/
Element
/
Kde
/
Error.pm
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Perl POD Document
|
2009-03-24
|
322 b
|
23 lines
#!/usr/bin/perl -w
# This file was preprocessed, do not edit!
package Debconf::Element::Kde::Error;
use strict;
use Debconf::Gettext;
use Qt;
use base qw(Debconf::Element::Kde);
sub create {
my $this=shift;
$this->SUPER::create(@_);
$this->startsect;
$this->adddescription;
$this->addhelp;
$this->endsect;
}
1